home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_2526
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2002-11-01
|
550b
|
29 lines
on(release){
if(_root.poz == "c")
{
if(_root.draglej == 15)
{
_root.d_sluha.i = "mesec";
}
else if(0 < _root.draglej)
{
_root.d_sluha.inext = "konec";
_root.d_sluha.i = "lacinost";
}
else if(_root.ii15 >= 2)
{
_root.d_sluha.i = "sluzebnicek";
}
else
{
_root.d_sluha.i = "start";
}
}
else
{
_root.pepa.gotoAndPlay(_root.poz add "c");
}
_root.stopdragall();
_root.hideall();
}